EnterParams

class EnterParams

A class that provides the methods to enable audio and video settings.

Since

1.6.0

Constructors

EnterParams
Link copied to clipboard
fun EnterParams()

Functions

setAudioEnabled
Link copied to clipboard
fun setAudioEnabled(audioEnabled: Boolean): EnterParams

Enables a participant's audio settings when entering a room.

setKickSiblings
Link copied to clipboard
fun setKickSiblings(kickSiblings: Boolean): EnterParams

Kicks out any participants in the room who have the same user id as the user entering the room.

setVideoEnabled
Link copied to clipboard
fun setVideoEnabled(videoEnabled: Boolean): EnterParams

Enables a participant's video settings when entering a room.